Skip to content

Set InnoDB buffer pool size to 1G - #113

Merged
szachovy merged 2 commits into
masterfrom
fix/71-innodb-buffer-pool-size
Apr 9, 2026
Merged

Set InnoDB buffer pool size to 1G#113
szachovy merged 2 commits into
masterfrom
fix/71-innodb-buffer-pool-size

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Configure innodb_buffer_pool_size=1G and innodb_buffer_pool_instances=1 to reduce disk I/O for repeated BI queries. The default 128MB causes nearly every read to hit disk.

Closes #71

szachovy and others added 2 commits April 8, 2026 13:02
Configure innodb_buffer_pool_size=1G and innodb_buffer_pool_instances=1
to reduce disk I/O for repeated BI queries. The default 128MB causes
every query to hit disk instead of being served from memory.

Closes #71

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@szachovy
szachovy merged commit dfa9499 into master Apr 9, 2026
12 checks passed
@szachovy
szachovy deleted the fix/71-innodb-buffer-pool-size branch April 9, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MY-1: Set InnoDB buffer pool size — default 128MB causes disk I/O on every query

1 participant